home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / catfsh11.zip / README.TXT < prev   
Text File  |  1996-04-17  |  3KB  |  76 lines

  1.  
  2. CatFish                       Version 1.1                       April 17, 1996
  3. ==============================================================================
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8.     CatFish is a disk catalog browser. It allows you to save snapshots of the
  9.     directory/file structure of your disks and to browse through them at any
  10.     time. The catalog files maintained by CatFish are very compact and fast,
  11.     and can easily handle the huge directory trees often found on large disks
  12.     or on (shareware) CD-ROMs. CatFish will calculate all total subdirectory
  13.     sizes, and lists the date of the newest file found inside each directory.
  14.     Furthermore, CatFish can be used as an application/document launcher.
  15.  
  16.     CatFish is based on the MetaKit library, a shareware C++ class library for
  17.     persistent data structures. The sources of CatFish and several other small
  18.     sample programs are freely available as part of the MetaKit distribution.
  19.     
  20.     Best of all, CatFish is free.
  21.  
  22.  
  23. GETTING STARTED
  24.  
  25.     Using CatFish is easy, just start it up. There is no installation, there
  26.     are no DLLs, it runs on all flavors of Windows. Support for long filenames
  27.     is included for Windows 95, but catalogs themselves must use short names.
  28.  
  29.     When you create catalog files, these will be placed in the same directory
  30.     as CatFish (with a ".CF4" suffix). If you move CatFish, you must move the
  31.     catalogs as well, otherwise these catalogs will no longer be accessible.
  32.  
  33.     When you start CatFish for the first time, it will show you a few tips.
  34.     Since these are not shown again, they are listed here for your reference:
  35.  
  36.         >> To create a catalog of your disk, use the "Setup" button
  37.         >> To examine files in a sub-directory, just click on its name
  38.         >> To switch directories, you have to double-click on them
  39.         >> If a filename is truncated, click on it to see the full name
  40.         >> Double-click on a file to launch (execute) it, if possible
  41.  
  42.  
  43. ABOUT METAKIT
  44.  
  45.     The MetaKit Library is a software development library for data storage and
  46.     easy handling of structured objects and collections in C++. If you require
  47.     bulky/powerful database functions, look elsewhere, but if you need a small
  48.     self-contained library to store structured data, please check it out:
  49.  
  50.                 http://www.meta4.com/meta4/metakit.htm
  51.  
  52.     If you are a C++ programmer interested in persistent storage, Winsock, or
  53.     simple client/server applications for TCP/IP, you will probably find some
  54.     useful code and ideas in MetaKit. It even has a utility to create catalogs
  55.     of remote FTP servers (yes, these catalogs can be browsed with CatFish).
  56.     
  57.     MetaKit registration is US$25, add $65 for source code and commercial use.
  58.  
  59.  
  60. DISTRIBUTION
  61.  
  62.     The CatFish utility is copyright Meta Four Software, NL. You may use this
  63.     free software for any purpose, as long as you leave all copyright notices
  64.     in place and assume all risks for its use, regardless of the consequences.
  65.  
  66.  
  67. CONTACT INFORMATION
  68.  
  69.     Jean-Claude Wippler          mailto:jcw@meta4.nl
  70.  
  71.     Meta Four Software             http://www.meta4.com/meta4
  72.     Meekrap oord 6
  73.     3991 VE, Houten                 fax:+31 30 635 2337
  74.     The Netherlands
  75.  
  76.